Add some docs.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 27 May 2004 04:48:41 +0000 (04:48 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 27 May 2004 04:48:41 +0000 (04:48 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentrycompletion.c

index bede3d6f9fee59db4b3baa35402b64abbdc1029b..b7f104d2c11160d05d43f2bcd1db598fdeb716fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
+       Add more docs.
+
 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.h:
index bede3d6f9fee59db4b3baa35402b64abbdc1029b..b7f104d2c11160d05d43f2bcd1db598fdeb716fa 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
+       Add more docs.
+
 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.h:
index bede3d6f9fee59db4b3baa35402b64abbdc1029b..b7f104d2c11160d05d43f2bcd1db598fdeb716fa 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
+       Add more docs.
+
 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.h:
index bede3d6f9fee59db4b3baa35402b64abbdc1029b..b7f104d2c11160d05d43f2bcd1db598fdeb716fa 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 27 00:48:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkentrycompletion.c (gtk_entry_completion_set_text_column): 
+       Add more docs.
+
 Thu May 27 00:45:07 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.h:
index b50549cd52c86e7b0febb18780b47ed5c3f6d820..70fbb4af1b18a0ff1a5ff00b798167fe8a2c8d40 100644 (file)
@@ -1048,7 +1048,8 @@ gtk_entry_completion_delete_action (GtkEntryCompletion *completion,
  * and to get those strings from @column in the model of @completion.
  *
  * This functions creates and adds a #GtkCellRendererText for the selected 
- * column.
+ * column. If you need to set the text column, but don't want the cell 
+ * renderer, use g_object_set() to set the ::text_column property directly.
  * 
  * Since: 2.4
  */